[INFO] cloning repository https://github.com/ThoFrank/embassy-actor-playground
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ThoFrank/embassy-actor-playground" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FThoFrank%2Fembassy-actor-playground", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FThoFrank%2Fembassy-actor-playground'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b5837ea20efaa89c49fdceb57037b63a7c5abc02
[INFO] checking ThoFrank/embassy-actor-playground against try#b66808126f24f2f30898306a881e1676824ea80c for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FThoFrank%2Fembassy-actor-playground" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ThoFrank/embassy-actor-playground
[INFO] finished tweaking git repo https://github.com/ThoFrank/embassy-actor-playground
[INFO] tweaked toml for git repo https://github.com/ThoFrank/embassy-actor-playground written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ThoFrank/embassy-actor-playground on toolchain b66808126f24f2f30898306a881e1676824ea80c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ThoFrank/embassy-actor-playground already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0412c15f4625a972fd73888daa543f640c0f81180ac90be77d4dd9bb05e43ae4
[INFO] running `Command { std: "docker" "start" "0412c15f4625a972fd73888daa543f640c0f81180ac90be77d4dd9bb05e43ae4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0412c15f4625a972fd73888daa543f640c0f81180ac90be77d4dd9bb05e43ae4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0412c15f4625a972fd73888daa543f640c0f81180ac90be77d4dd9bb05e43ae4" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0412c15f4625a972fd73888daa543f640c0f81180ac90be77d4dd9bb05e43ae4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0412c15f4625a972fd73888daa543f640c0f81180ac90be77d4dd9bb05e43ae4" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking embassy-executor-timer-queue v0.1.0
[INFO] [stderr]    Compiling embassy-time-driver v0.2.1
[INFO] [stderr]    Compiling embedded-io-async v0.6.1
[INFO] [stderr]     Checking nb v1.1.0
[INFO] [stderr]     Checking critical-section v1.2.0
[INFO] [stderr]    Compiling embedded-hal-async v1.0.0
[INFO] [stderr]    Compiling embassy-time-queue-utils v0.3.0
[INFO] [stderr]    Compiling embassy-sync v0.7.2
[INFO] [stderr]     Checking embedded-io v0.6.1
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking nb v0.1.3
[INFO] [stderr]    Compiling embassy-executor v0.9.1
[INFO] [stderr]     Checking embedded-hal v1.0.0
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking embassy-futures v0.1.2
[INFO] [stderr]     Checking embedded-hal v0.2.7
[INFO] [stderr]     Checking hash32 v0.3.1
[INFO] [stderr]     Checking embassy-time v0.5.0
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling embassy-executor-macros v0.7.0
[INFO] [stderr]     Checking embassy-playground v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/main.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[embassy_executor::task]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `TaskPool<impl Future<Output = ()>, 1>` (the type has an unknown layout)
[INFO] [stdout]    = note: target type: `embassy_executor::_export::TaskPoolHolder<200, 8>` (1600 bits)
[INFO] [stdout]    = note: this error originates in the attribute macro `embassy_executor::task` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/main.rs:50:1
[INFO] [stdout]    |
[INFO] [stdout] 50 | #[embassy_executor::main]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `TaskPool<impl Future<Output = ()>, 1>` (the type has an unknown layout)
[INFO] [stdout]    = note: target type: `embassy_executor::_export::TaskPoolHolder<320, 8>` (2560 bits)
[INFO] [stdout]    = note: this error originates in the attribute macro `::embassy_executor::task` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0512`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `embassy-playground` (bin "embassy-playground") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/main.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[embassy_executor::task]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `TaskPool<impl Future<Output = ()>, 1>` (the type has an unknown layout)
[INFO] [stdout]    = note: target type: `embassy_executor::_export::TaskPoolHolder<200, 8>` (1600 bits)
[INFO] [stdout]    = note: this error originates in the attribute macro `embassy_executor::task` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
[INFO] [stdout]   --> src/main.rs:50:1
[INFO] [stdout]    |
[INFO] [stdout] 50 | #[embassy_executor::main]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: source type: `TaskPool<impl Future<Output = ()>, 1>` (the type has an unknown layout)
[INFO] [stdout]    = note: target type: `embassy_executor::_export::TaskPoolHolder<320, 8>` (2560 bits)
[INFO] [stdout]    = note: this error originates in the attribute macro `::embassy_executor::task` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0512`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `embassy-playground` (bin "embassy-playground" test) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "0412c15f4625a972fd73888daa543f640c0f81180ac90be77d4dd9bb05e43ae4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0412c15f4625a972fd73888daa543f640c0f81180ac90be77d4dd9bb05e43ae4", kill_on_drop: false }`
[INFO] [stdout] 0412c15f4625a972fd73888daa543f640c0f81180ac90be77d4dd9bb05e43ae4
